Echo.Process

Echo.Process Messages

Contents

class JsonSerializer Source #

A configuration for a message serializer.

You need to set Settings before you start the echo processes system.

Properties

property JsonSerializerSettings Settings Source #

enum Type Source #

class Message Source #

Fields

field string SessionId Source #

Properties

property Type MessageType Source #

property TagSpec Tag Source #

Constructors

constructor Message () Source #

class UserControlMessage Source #

Fields

field UserControlMessage Null = new UserControlNullMessage() Source #

Properties

property Type MessageType Source #

Methods

method string ToString () Source #

class UserMessage Source #

Properties

property Type MessageType Source #

property TagSpec Tag Source #

property ProcessId Sender Source #

property ProcessId ReplyTo Source #

property object Content Source #

Constructors

constructor UserMessage (object message, ProcessId sender, ProcessId replyTo) Source #

Methods

method UserMessage SetSystem (SystemName sys) Source #

method string ToString () Source #

class TerminatedMessage Source #

Fields

field ProcessId Id Source #

Properties

property Type MessageType Source #

property TagSpec Tag Source #

Constructors

constructor TerminatedMessage (ProcessId id) Source #

Methods

method TerminatedMessage SetSystem (SystemName sys) Source #

class ClientMessageDTO Source #

Fields

field string connectionId Source #

field string tag Source #

field string type Source #

field string contentType Source #

field object content Source #

field string to Source #

field string replyTo Source #

field string sender Source #

field string sessionId Source #

field long requestId Source #

class RemoteMessageDTO Source #

Fields

field int Type Source #

field int Tag Source #

field string Exception Source #

field string Child Source #

field string To Source #

field string Sender Source #

field string ReplyTo Source #

field long RequestId Source #

field string ContentType Source #

field string Content Source #

field Guid MessageId Source #

field string SessionId Source #

field long Due Source #